3.2.17 \(\int \frac {\sinh ^3(e+f x)}{(a+b \sinh ^2(e+f x))^{5/2}} \, dx\) [117]

Optimal. Leaf size=87 \[ -\frac {2 \cosh (e+f x)}{3 (a-b)^2 f \sqrt {a-b+b \cosh ^2(e+f x)}}+\frac {\cosh (e+f x) \sinh ^2(e+f x)}{3 (a-b) f \left (a-b+b \cosh ^2(e+f x)\right )^{3/2}} \]

[Out]

1/3*cosh(f*x+e)*sinh(f*x+e)^2/(a-b)/f/(a-b+b*cosh(f*x+e)^2)^(3/2)-2/3*cosh(f*x+e)/(a-b)^2/f/(a-b+b*cosh(f*x+e)
^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 87, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {3265, 386, 197} \begin {gather*} \frac {\sinh ^2(e+f x) \cosh (e+f x)}{3 f (a-b) \left (a+b \cosh ^2(e+f x)-b\right )^{3/2}}-\frac {2 \cosh (e+f x)}{3 f (a-b)^2 \sqrt {a+b \cosh ^2(e+f x)-b}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sinh[e + f*x]^3/(a + b*Sinh[e + f*x]^2)^(5/2),x]

[Out]

(-2*Cosh[e + f*x])/(3*(a - b)^2*f*Sqrt[a - b + b*Cosh[e + f*x]^2]) + (Cosh[e + f*x]*Sinh[e + f*x]^2)/(3*(a - b
)*f*(a - b + b*Cosh[e + f*x]^2)^(3/2))

Rule 197

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x*((a + b*x^n)^(p + 1)/a), x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 386

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Simp[(-x)*(a + b*x^n)^(p + 1)*(
(c + d*x^n)^q/(a*n*(p + 1))), x] - Dist[c*(q/(a*(p + 1))), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)^(q - 1), x], x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[n*(p + q + 1) + 1, 0] && GtQ[q, 0] && NeQ[p, -1]

Rule 3265

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Cos[e + f*x], x]}, Dist[-ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b - b*ff^2*x^2)^p, x], x, Cos
[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {\sinh ^3(e+f x)}{\left (a+b \sinh ^2(e+f x)\right )^{5/2}} \, dx &=-\frac {\text {Subst}\left (\int \frac {1-x^2}{\left (a-b+b x^2\right )^{5/2}} \, dx,x,\cosh (e+f x)\right )}{f}\\ &=\frac {\cosh (e+f x) \sinh ^2(e+f x)}{3 (a-b) f \left (a-b+b \cosh ^2(e+f x)\right )^{3/2}}-\frac {2 \text {Subst}\left (\int \frac {1}{\left (a-b+b x^2\right )^{3/2}} \, dx,x,\cosh (e+f x)\right )}{3 (a-b) f}\\ &=-\frac {2 \cosh (e+f x)}{3 (a-b)^2 f \sqrt {a-b+b \cosh ^2(e+f x)}}+\frac {\cosh (e+f x) \sinh ^2(e+f x)}{3 (a-b) f \left (a-b+b \cosh ^2(e+f x)\right )^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.22, size = 67, normalized size = 0.77 \begin {gather*} \frac {\sqrt {2} \cosh (e+f x) (-5 a+3 b+(a-3 b) \cosh (2 (e+f x)))}{3 (a-b)^2 f (2 a-b+b \cosh (2 (e+f x)))^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sinh[e + f*x]^3/(a + b*Sinh[e + f*x]^2)^(5/2),x]

[Out]

(Sqrt[2]*Cosh[e + f*x]*(-5*a + 3*b + (a - 3*b)*Cosh[2*(e + f*x)]))/(3*(a - b)^2*f*(2*a - b + b*Cosh[2*(e + f*x
)])^(3/2))

________________________________________________________________________________________

Maple [A]
time = 1.02, size = 64, normalized size = 0.74

method result size
default \(\frac {\left (a \left (\sinh ^{2}\left (f x +e \right )\right )-3 b \left (\sinh ^{2}\left (f x +e \right )\right )-2 a \right ) \cosh \left (f x +e \right )}{3 \left (a +b \left (\sinh ^{2}\left (f x +e \right )\right )\right )^{\frac {3}{2}} \left (a^{2}-2 a b +b^{2}\right ) f}\) \(64\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(f*x+e)^3/(a+b*sinh(f*x+e)^2)^(5/2),x,method=_RETURNVERBOSE)

[Out]

1/3*(a*sinh(f*x+e)^2-3*b*sinh(f*x+e)^2-2*a)*cosh(f*x+e)/(a+b*sinh(f*x+e)^2)^(3/2)/(a^2-2*a*b+b^2)/f

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 955 vs. \(2 (84) = 168\).
time = 0.56, size = 955, normalized size = 10.98 \begin {gather*} -\frac {b^{4} e^{\left (-10 \, f x - 10 \, e\right )} - 4 \, a^{3} b + 6 \, a^{2} b^{2} - b^{4} - {\left (16 \, a^{4} - 32 \, a^{3} b + 6 \, a^{2} b^{2} + 10 \, a b^{3} - 5 \, b^{4}\right )} e^{\left (-2 \, f x - 2 \, e\right )} + 10 \, {\left (2 \, a^{3} b - 3 \, a^{2} b^{2} + 3 \, a b^{3} - b^{4}\right )} e^{\left (-4 \, f x - 4 \, e\right )} + 10 \, {\left (3 \, a^{2} b^{2} - 3 \, a b^{3} + b^{4}\right )} e^{\left (-6 \, f x - 6 \, e\right )} + 5 \, {\left (2 \, a b^{3} - b^{4}\right )} e^{\left (-8 \, f x - 8 \, e\right )}}{12 \, {\left (a^{4} - 2 \, a^{3} b + a^{2} b^{2}\right )} {\left (2 \, {\left (2 \, a - b\right )} e^{\left (-2 \, f x - 2 \, e\right )} + b e^{\left (-4 \, f x - 4 \, e\right )} + b\right )}^{\frac {5}{2}} f} - \frac {2 \, a^{2} b^{2} - 2 \, a b^{3} + b^{4} + 5 \, {\left (4 \, a^{3} b - 6 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} e^{\left (-2 \, f x - 2 \, e\right )} + 2 \, {\left (24 \, a^{4} - 48 \, a^{3} b + 49 \, a^{2} b^{2} - 25 \, a b^{3} + 5 \, b^{4}\right )} e^{\left (-4 \, f x - 4 \, e\right )} + 10 \, {\left (6 \, a^{3} b - 9 \, a^{2} b^{2} + 5 \, a b^{3} - b^{4}\right )} e^{\left (-6 \, f x - 6 \, e\right )} + 5 \, {\left (4 \, a^{2} b^{2} - 4 \, a b^{3} + b^{4}\right )} e^{\left (-8 \, f x - 8 \, e\right )} + {\left (2 \, a b^{3} - b^{4}\right )} e^{\left (-10 \, f x - 10 \, e\right )}}{4 \, {\left (a^{4} - 2 \, a^{3} b + a^{2} b^{2}\right )} {\left (2 \, {\left (2 \, a - b\right )} e^{\left (-2 \, f x - 2 \, e\right )} + b e^{\left (-4 \, f x - 4 \, e\right )} + b\right )}^{\frac {5}{2}} f} - \frac {2 \, a b^{3} - b^{4} + 5 \, {\left (4 \, a^{2} b^{2} - 4 \, a b^{3} + b^{4}\right )} e^{\left (-2 \, f x - 2 \, e\right )} + 10 \, {\left (6 \, a^{3} b - 9 \, a^{2} b^{2} + 5 \, a b^{3} - b^{4}\right )} e^{\left (-4 \, f x - 4 \, e\right )} + 2 \, {\left (24 \, a^{4} - 48 \, a^{3} b + 49 \, a^{2} b^{2} - 25 \, a b^{3} + 5 \, b^{4}\right )} e^{\left (-6 \, f x - 6 \, e\right )} + 5 \, {\left (4 \, a^{3} b - 6 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} e^{\left (-8 \, f x - 8 \, e\right )} + {\left (2 \, a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} e^{\left (-10 \, f x - 10 \, e\right )}}{4 \, {\left (a^{4} - 2 \, a^{3} b + a^{2} b^{2}\right )} {\left (2 \, {\left (2 \, a - b\right )} e^{\left (-2 \, f x - 2 \, e\right )} + b e^{\left (-4 \, f x - 4 \, e\right )} + b\right )}^{\frac {5}{2}} f} - \frac {b^{4} + 5 \, {\left (2 \, a b^{3} - b^{4}\right )} e^{\left (-2 \, f x - 2 \, e\right )} + 10 \, {\left (3 \, a^{2} b^{2} - 3 \, a b^{3} + b^{4}\right )} e^{\left (-4 \, f x - 4 \, e\right )} + 10 \, {\left (2 \, a^{3} b - 3 \, a^{2} b^{2} + 3 \, a b^{3} - b^{4}\right )} e^{\left (-6 \, f x - 6 \, e\right )} - {\left (16 \, a^{4} - 32 \, a^{3} b + 6 \, a^{2} b^{2} + 10 \, a b^{3} - 5 \, b^{4}\right )} e^{\left (-8 \, f x - 8 \, e\right )} - {\left (4 \, a^{3} b - 6 \, a^{2} b^{2} + b^{4}\right )} e^{\left (-10 \, f x - 10 \, e\right )}}{12 \, {\left (a^{4} - 2 \, a^{3} b + a^{2} b^{2}\right )} {\left (2 \, {\left (2 \, a - b\right )} e^{\left (-2 \, f x - 2 \, e\right )} + b e^{\left (-4 \, f x - 4 \, e\right )} + b\right )}^{\frac {5}{2}} f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(f*x+e)^3/(a+b*sinh(f*x+e)^2)^(5/2),x, algorithm="maxima")

[Out]

-1/12*(b^4*e^(-10*f*x - 10*e) - 4*a^3*b + 6*a^2*b^2 - b^4 - (16*a^4 - 32*a^3*b + 6*a^2*b^2 + 10*a*b^3 - 5*b^4)
*e^(-2*f*x - 2*e) + 10*(2*a^3*b - 3*a^2*b^2 + 3*a*b^3 - b^4)*e^(-4*f*x - 4*e) + 10*(3*a^2*b^2 - 3*a*b^3 + b^4)
*e^(-6*f*x - 6*e) + 5*(2*a*b^3 - b^4)*e^(-8*f*x - 8*e))/((a^4 - 2*a^3*b + a^2*b^2)*(2*(2*a - b)*e^(-2*f*x - 2*
e) + b*e^(-4*f*x - 4*e) + b)^(5/2)*f) - 1/4*(2*a^2*b^2 - 2*a*b^3 + b^4 + 5*(4*a^3*b - 6*a^2*b^2 + 4*a*b^3 - b^
4)*e^(-2*f*x - 2*e) + 2*(24*a^4 - 48*a^3*b + 49*a^2*b^2 - 25*a*b^3 + 5*b^4)*e^(-4*f*x - 4*e) + 10*(6*a^3*b - 9
*a^2*b^2 + 5*a*b^3 - b^4)*e^(-6*f*x - 6*e) + 5*(4*a^2*b^2 - 4*a*b^3 + b^4)*e^(-8*f*x - 8*e) + (2*a*b^3 - b^4)*
e^(-10*f*x - 10*e))/((a^4 - 2*a^3*b + a^2*b^2)*(2*(2*a - b)*e^(-2*f*x - 2*e) + b*e^(-4*f*x - 4*e) + b)^(5/2)*f
) - 1/4*(2*a*b^3 - b^4 + 5*(4*a^2*b^2 - 4*a*b^3 + b^4)*e^(-2*f*x - 2*e) + 10*(6*a^3*b - 9*a^2*b^2 + 5*a*b^3 -
b^4)*e^(-4*f*x - 4*e) + 2*(24*a^4 - 48*a^3*b + 49*a^2*b^2 - 25*a*b^3 + 5*b^4)*e^(-6*f*x - 6*e) + 5*(4*a^3*b -
6*a^2*b^2 + 4*a*b^3 - b^4)*e^(-8*f*x - 8*e) + (2*a^2*b^2 - 2*a*b^3 + b^4)*e^(-10*f*x - 10*e))/((a^4 - 2*a^3*b
+ a^2*b^2)*(2*(2*a - b)*e^(-2*f*x - 2*e) + b*e^(-4*f*x - 4*e) + b)^(5/2)*f) - 1/12*(b^4 + 5*(2*a*b^3 - b^4)*e^
(-2*f*x - 2*e) + 10*(3*a^2*b^2 - 3*a*b^3 + b^4)*e^(-4*f*x - 4*e) + 10*(2*a^3*b - 3*a^2*b^2 + 3*a*b^3 - b^4)*e^
(-6*f*x - 6*e) - (16*a^4 - 32*a^3*b + 6*a^2*b^2 + 10*a*b^3 - 5*b^4)*e^(-8*f*x - 8*e) - (4*a^3*b - 6*a^2*b^2 +
b^4)*e^(-10*f*x - 10*e))/((a^4 - 2*a^3*b + a^2*b^2)*(2*(2*a - b)*e^(-2*f*x - 2*e) + b*e^(-4*f*x - 4*e) + b)^(5
/2)*f)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 1214 vs. \(2 (79) = 158\).
time = 0.55, size = 1214, normalized size = 13.95 \begin {gather*} \frac {\sqrt {2} {\left ({\left (a - 3 \, b\right )} \cosh \left (f x + e\right )^{6} + 6 \, {\left (a - 3 \, b\right )} \cosh \left (f x + e\right ) \sinh \left (f x + e\right )^{5} + {\left (a - 3 \, b\right )} \sinh \left (f x + e\right )^{6} - 3 \, {\left (3 \, a - b\right )} \cosh \left (f x + e\right )^{4} + 3 \, {\left (5 \, {\left (a - 3 \, b\right )} \cosh \left (f x + e\right )^{2} - 3 \, a + b\right )} \sinh \left (f x + e\right )^{4} + 4 \, {\left (5 \, {\left (a - 3 \, b\right )} \cosh \left (f x + e\right )^{3} - 3 \, {\left (3 \, a - b\right )} \cosh \left (f x + e\right )\right )} \sinh \left (f x + e\right )^{3} - 3 \, {\left (3 \, a - b\right )} \cosh \left (f x + e\right )^{2} + 3 \, {\left (5 \, {\left (a - 3 \, b\right )} \cosh \left (f x + e\right )^{4} - 6 \, {\left (3 \, a - b\right )} \cosh \left (f x + e\right )^{2} - 3 \, a + b\right )} \sinh \left (f x + e\right )^{2} + 6 \, {\left ({\left (a - 3 \, b\right )} \cosh \left (f x + e\right )^{5} - 2 \, {\left (3 \, a - b\right )} \cosh \left (f x + e\right )^{3} - {\left (3 \, a - b\right )} \cosh \left (f x + e\right )\right )} \sinh \left (f x + e\right ) + a - 3 \, b\right )} \sqrt {\frac {b \cosh \left (f x + e\right )^{2} + b \sinh \left (f x + e\right )^{2} + 2 \, a - b}{\cosh \left (f x + e\right )^{2} - 2 \, \cosh \left (f x + e\right ) \sinh \left (f x + e\right ) + \sinh \left (f x + e\right )^{2}}}}{3 \, {\left ({\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right )^{8} + 8 \, {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right ) \sinh \left (f x + e\right )^{7} + {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \sinh \left (f x + e\right )^{8} + 4 \, {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )^{6} + 4 \, {\left (7 \, {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right )^{2} + {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f\right )} \sinh \left (f x + e\right )^{6} + 2 \, {\left (8 \, a^{4} - 24 \, a^{3} b + 27 \, a^{2} b^{2} - 14 \, a b^{3} + 3 \, b^{4}\right )} f \cosh \left (f x + e\right )^{4} + 8 \, {\left (7 \, {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right )^{3} + 3 \, {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )\right )} \sinh \left (f x + e\right )^{5} + 2 \, {\left (35 \, {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right )^{4} + 30 \, {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )^{2} + {\left (8 \, a^{4} - 24 \, a^{3} b + 27 \, a^{2} b^{2} - 14 \, a b^{3} + 3 \, b^{4}\right )} f\right )} \sinh \left (f x + e\right )^{4} + 4 \, {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )^{2} + 8 \, {\left (7 \, {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right )^{5} + 10 \, {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )^{3} + {\left (8 \, a^{4} - 24 \, a^{3} b + 27 \, a^{2} b^{2} - 14 \, a b^{3} + 3 \, b^{4}\right )} f \cosh \left (f x + e\right )\right )} \sinh \left (f x + e\right )^{3} + 4 \, {\left (7 \, {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right )^{6} + 15 \, {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )^{4} + 3 \, {\left (8 \, a^{4} - 24 \, a^{3} b + 27 \, a^{2} b^{2} - 14 \, a b^{3} + 3 \, b^{4}\right )} f \cosh \left (f x + e\right )^{2} + {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f\right )} \sinh \left (f x + e\right )^{2} + {\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f + 8 \, {\left ({\left (a^{2} b^{2} - 2 \, a b^{3} + b^{4}\right )} f \cosh \left (f x + e\right )^{7} + 3 \, {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )^{5} + {\left (8 \, a^{4} - 24 \, a^{3} b + 27 \, a^{2} b^{2} - 14 \, a b^{3} + 3 \, b^{4}\right )} f \cosh \left (f x + e\right )^{3} + {\left (2 \, a^{3} b - 5 \, a^{2} b^{2} + 4 \, a b^{3} - b^{4}\right )} f \cosh \left (f x + e\right )\right )} \sinh \left (f x + e\right )\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(f*x+e)^3/(a+b*sinh(f*x+e)^2)^(5/2),x, algorithm="fricas")

[Out]

1/3*sqrt(2)*((a - 3*b)*cosh(f*x + e)^6 + 6*(a - 3*b)*cosh(f*x + e)*sinh(f*x + e)^5 + (a - 3*b)*sinh(f*x + e)^6
 - 3*(3*a - b)*cosh(f*x + e)^4 + 3*(5*(a - 3*b)*cosh(f*x + e)^2 - 3*a + b)*sinh(f*x + e)^4 + 4*(5*(a - 3*b)*co
sh(f*x + e)^3 - 3*(3*a - b)*cosh(f*x + e))*sinh(f*x + e)^3 - 3*(3*a - b)*cosh(f*x + e)^2 + 3*(5*(a - 3*b)*cosh
(f*x + e)^4 - 6*(3*a - b)*cosh(f*x + e)^2 - 3*a + b)*sinh(f*x + e)^2 + 6*((a - 3*b)*cosh(f*x + e)^5 - 2*(3*a -
 b)*cosh(f*x + e)^3 - (3*a - b)*cosh(f*x + e))*sinh(f*x + e) + a - 3*b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x +
 e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2))/((a^2*b^2 - 2*a*b^3 + b^
4)*f*cosh(f*x + e)^8 + 8*(a^2*b^2 - 2*a*b^3 + b^4)*f*cosh(f*x + e)*sinh(f*x + e)^7 + (a^2*b^2 - 2*a*b^3 + b^4)
*f*sinh(f*x + e)^8 + 4*(2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f*cosh(f*x + e)^6 + 4*(7*(a^2*b^2 - 2*a*b^3 + b^4
)*f*cosh(f*x + e)^2 + (2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f)*sinh(f*x + e)^6 + 2*(8*a^4 - 24*a^3*b + 27*a^2*
b^2 - 14*a*b^3 + 3*b^4)*f*cosh(f*x + e)^4 + 8*(7*(a^2*b^2 - 2*a*b^3 + b^4)*f*cosh(f*x + e)^3 + 3*(2*a^3*b - 5*
a^2*b^2 + 4*a*b^3 - b^4)*f*cosh(f*x + e))*sinh(f*x + e)^5 + 2*(35*(a^2*b^2 - 2*a*b^3 + b^4)*f*cosh(f*x + e)^4
+ 30*(2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f*cosh(f*x + e)^2 + (8*a^4 - 24*a^3*b + 27*a^2*b^2 - 14*a*b^3 + 3*b
^4)*f)*sinh(f*x + e)^4 + 4*(2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f*cosh(f*x + e)^2 + 8*(7*(a^2*b^2 - 2*a*b^3 +
 b^4)*f*cosh(f*x + e)^5 + 10*(2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f*cosh(f*x + e)^3 + (8*a^4 - 24*a^3*b + 27*
a^2*b^2 - 14*a*b^3 + 3*b^4)*f*cosh(f*x + e))*sinh(f*x + e)^3 + 4*(7*(a^2*b^2 - 2*a*b^3 + b^4)*f*cosh(f*x + e)^
6 + 15*(2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f*cosh(f*x + e)^4 + 3*(8*a^4 - 24*a^3*b + 27*a^2*b^2 - 14*a*b^3 +
 3*b^4)*f*cosh(f*x + e)^2 + (2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f)*sinh(f*x + e)^2 + (a^2*b^2 - 2*a*b^3 + b^
4)*f + 8*((a^2*b^2 - 2*a*b^3 + b^4)*f*cosh(f*x + e)^7 + 3*(2*a^3*b - 5*a^2*b^2 + 4*a*b^3 - b^4)*f*cosh(f*x + e
)^5 + (8*a^4 - 24*a^3*b + 27*a^2*b^2 - 14*a*b^3 + 3*b^4)*f*cosh(f*x + e)^3 + (2*a^3*b - 5*a^2*b^2 + 4*a*b^3 -
b^4)*f*cosh(f*x + e))*sinh(f*x + e))

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(f*x+e)**3/(a+b*sinh(f*x+e)**2)**(5/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 5988 deep

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 276 vs. \(2 (79) = 158\).
time = 1.14, size = 276, normalized size = 3.17 \begin {gather*} \frac {{\left ({\left (\frac {{\left (a^{3} e^{\left (12 \, e\right )} - 3 \, a^{2} b e^{\left (12 \, e\right )}\right )} e^{\left (2 \, f x\right )}}{a^{4} e^{\left (6 \, e\right )} - 2 \, a^{3} b e^{\left (6 \, e\right )} + a^{2} b^{2} e^{\left (6 \, e\right )}} - \frac {3 \, {\left (3 \, a^{3} e^{\left (10 \, e\right )} - a^{2} b e^{\left (10 \, e\right )}\right )}}{a^{4} e^{\left (6 \, e\right )} - 2 \, a^{3} b e^{\left (6 \, e\right )} + a^{2} b^{2} e^{\left (6 \, e\right )}}\right )} e^{\left (2 \, f x\right )} - \frac {3 \, {\left (3 \, a^{3} e^{\left (8 \, e\right )} - a^{2} b e^{\left (8 \, e\right )}\right )}}{a^{4} e^{\left (6 \, e\right )} - 2 \, a^{3} b e^{\left (6 \, e\right )} + a^{2} b^{2} e^{\left (6 \, e\right )}}\right )} e^{\left (2 \, f x\right )} + \frac {a^{3} e^{\left (6 \, e\right )} - 3 \, a^{2} b e^{\left (6 \, e\right )}}{a^{4} e^{\left (6 \, e\right )} - 2 \, a^{3} b e^{\left (6 \, e\right )} + a^{2} b^{2} e^{\left (6 \, e\right )}}}{3 \, {\left (b e^{\left (4 \, f x + 4 \, e\right )} + 4 \, a e^{\left (2 \, f x + 2 \, e\right )} - 2 \, b e^{\left (2 \, f x + 2 \, e\right )} + b\right )}^{\frac {3}{2}} f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(f*x+e)^3/(a+b*sinh(f*x+e)^2)^(5/2),x, algorithm="giac")

[Out]

1/3*((((a^3*e^(12*e) - 3*a^2*b*e^(12*e))*e^(2*f*x)/(a^4*e^(6*e) - 2*a^3*b*e^(6*e) + a^2*b^2*e^(6*e)) - 3*(3*a^
3*e^(10*e) - a^2*b*e^(10*e))/(a^4*e^(6*e) - 2*a^3*b*e^(6*e) + a^2*b^2*e^(6*e)))*e^(2*f*x) - 3*(3*a^3*e^(8*e) -
 a^2*b*e^(8*e))/(a^4*e^(6*e) - 2*a^3*b*e^(6*e) + a^2*b^2*e^(6*e)))*e^(2*f*x) + (a^3*e^(6*e) - 3*a^2*b*e^(6*e))
/(a^4*e^(6*e) - 2*a^3*b*e^(6*e) + a^2*b^2*e^(6*e)))/((b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x +
 2*e) + b)^(3/2)*f)

________________________________________________________________________________________

Mupad [B]
time = 1.62, size = 148, normalized size = 1.70 \begin {gather*} \frac {2\,{\mathrm {e}}^{e+f\,x}\,\left ({\mathrm {e}}^{2\,e+2\,f\,x}+1\right )\,\sqrt {a+b\,{\left (\frac {{\mathrm {e}}^{e+f\,x}}{2}-\frac {{\mathrm {e}}^{-e-f\,x}}{2}\right )}^2}\,\left (a-3\,b-10\,a\,{\mathrm {e}}^{2\,e+2\,f\,x}+a\,{\mathrm {e}}^{4\,e+4\,f\,x}+6\,b\,{\mathrm {e}}^{2\,e+2\,f\,x}-3\,b\,{\mathrm {e}}^{4\,e+4\,f\,x}\right )}{3\,f\,{\left (a-b\right )}^2\,{\left (b+4\,a\,{\mathrm {e}}^{2\,e+2\,f\,x}-2\,b\,{\mathrm {e}}^{2\,e+2\,f\,x}+b\,{\mathrm {e}}^{4\,e+4\,f\,x}\right )}^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(e + f*x)^3/(a + b*sinh(e + f*x)^2)^(5/2),x)

[Out]

(2*exp(e + f*x)*(exp(2*e + 2*f*x) + 1)*(a + b*(exp(e + f*x)/2 - exp(- e - f*x)/2)^2)^(1/2)*(a - 3*b - 10*a*exp
(2*e + 2*f*x) + a*exp(4*e + 4*f*x) + 6*b*exp(2*e + 2*f*x) - 3*b*exp(4*e + 4*f*x)))/(3*f*(a - b)^2*(b + 4*a*exp
(2*e + 2*f*x) - 2*b*exp(2*e + 2*f*x) + b*exp(4*e + 4*f*x))^2)

________________________________________________________________________________________